Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellMatrix<T> Class / CellMatrix<T> Constructor


In This Topic
    CellMatrix<T> Constructor
    In This Topic
    Prevents a default instance of the public<T> class from being created.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New CellMatrix(Of T)()
    public CellMatrix<T>()
    See Also